-
Notifications
You must be signed in to change notification settings - Fork 184
Add citation of survey of C/C++ hardening flags #823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@thomasnyman @gkunz - thoughts? |
docs/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C++.md
Outdated
Show resolved
Hide resolved
docs/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C++.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a good source! Thanks for adding it. I am approving this subject to Thomas' change requests
Good tweaks! Accepted. |
It turns out there's a survey of C/C++ hardening flags. Let's cite it! Signed-off-by: David A. Wheeler <[email protected]>
…e-for-C-and-C++.md Co-authored-by: Thomas Nyman <[email protected]> Signed-off-by: David A. Wheeler <[email protected]>
…e-for-C-and-C++.md Co-authored-by: Thomas Nyman <[email protected]> Signed-off-by: David A. Wheeler <[email protected]>
Signed-off-by: Thomas Nyman <[email protected]>
443ee9b
to
d52f2a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the linter errors and approving.
It turns out there's a survey of C/C++ hardening flags. Let's cite it!